Cleanup invalid comments (duplication of words)
authorIkey Doherty <michael.i.doherty@intel.com>
Sun, 24 Aug 2014 00:26:36 +0000 (01:26 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 26 Aug 2014 23:55:38 +0000 (19:55 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=735301

Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
docs/reference/gtk/building.sgml
gdk/broadway/broadway.js
gdk/gdkwindow.c
gtk/gtkgesturesingle.c

index a945982280fcaeb36cb189c83afad622e2e3576b..b7479e7f9ee814ef40a64bf92fc5321e0f96ee46 100644 (file)
@@ -102,7 +102,7 @@ How to compile GTK+ itself
       is used in a similar fashion for the linker. Finally the
       <envar>PKG_CONFIG_PATH</envar> environment variable contains
       a search path that <command>pkg-config</command> (see below)
-      uses when looking for for file describing how to compile
+      uses when looking for files describing how to compile
       programs using different libraries. If you were installing GTK+
       and it's dependencies into <filename>/opt/gtk</filename>, you
       might want to set these variables as:
index 028555dd6f476116d45343fab7b699b07dddab4b..b134d85faadc7afa18905497f9c74785ec0ee437 100644 (file)
@@ -2401,7 +2401,7 @@ function handleKeyPress(e) {
 
     keysym = getKeysym(ev);
 
-    // Modify the the which attribute in the depressed keys list so
+    // Modify the which attribute in the depressed keys list so
     // that the keyUp event will be able to have the character code
     // translation available.
     if (kdlen > 0) {
index f7a4531091d38b9ef777628f78a08935285d818a..b9b2e28b704d49f04fe100faf4b58eb7c0a2b254 100644 (file)
@@ -408,7 +408,7 @@ gdk_window_class_init (GdkWindowClass *klass)
    * @height: the height of the offscreen surface to create
    *
    * The ::create-surface signal is emitted when an offscreen window
-   * needs its surface (re)created, which happens either when the the
+   * needs its surface (re)created, which happens either when the
    * window is first drawn to, or when the window is being
    * resized. The first signal handler that returns a non-%NULL
    * surface will stop any further signal emission, and its surface
index 472ac56ceb497c34664bc1c43a7966b7dd6a0fe2..367d99cf7a9abb5edbe7d0a104e841e6f9f354c4 100644 (file)
@@ -20,7 +20,7 @@
 
 /**
  * SECTION:gtkgesturesingle
- * @Short_description: Base class for for mouse/single-touch gestures
+ * @Short_description: Base class for mouse/single-touch gestures
  * @Title: GtkGestureSingle
  *
  * #GtkGestureSingle is a subclass of #GtkGesture, optimized (although